Add Credential
Command Prototype
bRet = Credential.Add(cName,userName,password,cType,sType)
Command Description
Adds a credential. You can view the added credential in the Windows credential manager
Parameter Description
- Required Parameter
- cName--Name of the credential
- userName--Name of the Windows user to use to set up the credential
- password--Password of the credential
- cType--The type of the credential, one of "normal" or "Windows"
- sType--The save type of credentials saved
- return
- bRet--Returns whether the credential is added successfully